From: Luc Teirlinck Date: Wed, 16 Jun 2004 01:31:13 +0000 (+0000) Subject: (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21947 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7b243d2afcf3584ff7ba004101aee9002abbd729;p=emacs.git (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. --- diff --git a/lisp/files.el b/lisp/files.el index dc84c79df84..2b038c8e9c6 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3480,7 +3480,10 @@ this function is called. The idea behind the NOCONFIRM argument is that it should be non-nil if the buffer is going to be reverted without asking the user. In such situations, one has to be careful with potentially -time consuming operations.") +time consuming operations. + +For more information on how this variable is used by Auto Revert mode, +see Info node `(emacs-xtra)Supporting additional buffers'.") (defvar before-revert-hook nil "Normal hook for `revert-buffer' to run before reverting.